---
title: "reply in text · RUAL Documentation"
description: "reply a http connection with text"
canonical: https://docs.rual.nl/block-types/http connection/httpconnection_set_text
language: en
---

# reply in text

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

reply a http connection with text

- flow `flow`

- connection required `httpconnection`

- code required `number` HTTP Status Code to return on this response.

- type `value` Sets the Content-Type HTTP header.

Default `text/plain`

- Headers `array ` Custom HTTP Headers to set, Array of Objects [{ key: Value, value: Value }]

- data required `value`

- flow `flow`

- connection `httpconnection`

A typical wiring for [reply in text](https://docs.rual.nl/block-types/http%20connection/httpconnection_set_text): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [number](https://docs.rual.nl/block-types/number/number_default) feeds the `code` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the reply in text block: typical wiring for reply in text.](https://docs.rual.nl/canvas-examples/httpconnection_set_text.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
